/*
app-root button:hover, 
app-root button:focus
 {
    background: transparent  !important;
}

*/

app-root button:disabled, 
app-root [type=button]:disabled, 
app-root [type=reset]:disabled, 
app-root [type=submit]:disabled,
app-root button .disabled\:grayscale{
  background-color: #EF7C00  !important;
  filter:unset;
}

#dropdownMenuIconButton,
#openChat .actionBar button{
	padding: 6px 1px;
} 
#openChat .actionBar button.action{
	padding: 8px;
} 
#openChat .actionBar button.action img.w-7 {
        border: 1px solid white;
    }

#openChat > div > div.headerParent > app-chat-header > div > div.flex.flex-row.items-center.justify-end.actionBar > .langSelect {
        border: 1px solid white;
    }